home *** CD-ROM | disk | FTP | other *** search
- #
- # Mainboard Tools
- #
- mainboard_menu:
- set textColor = color[white on black]
- clear
- set textColor = color[yellow on blue]
- print " ULTIMATE BOOT CD VER 3.3 "
- print " http://www.ultimatebootcd.com/ "
- print " "
- set textColor = color[white on red]
- print " [Mainboard Tools 1/3] "
- set textColor = color[white on cyan]
- print " "
- set textColor = color[yellow on cyan]
- print " System Burn-In Test "
- set textColor = color[white on cyan]
- print " [F1] Lucifer V1.0 "
- print " "
- set textColor = color[yellow on cyan]
- print " CPU Test "
- set textColor = color[white on cyan]
- print " [F2] CPU Burn-in V1.00 [F3] Mersenne Prime Test V23.5.2 "
- print " "
- set textColor = color[yellow on cyan]
- print " Memory Test "
- set textColor = color[white on cyan]
- print " [F4] Memtest86 V3.3 [F8] DocMem RAM Diagnostic V1.45a "
- print " [F5] Memtest86+ V1.55 [F9] DocMem RAM Diagnostic V2.1b "
- print " [F6] Windows Memory Diagnostic [1] TestMem4 "
- print " [F7] ctramtest V5.1 "
- print " "
- set textColor = color[yellow on cyan]
- print " Peripherals Test "
- set textColor = color[white on cyan]
- print " [2] Parallel V1.45 [3] ATAPI CDROM Identification V2.03 "
- print " [4] CHZ Monitor-Test V1.0 "
- print " "
- print " "
- print " "
- set textColor = color[white on blue]
- print " Left/right arrow key for previous/next screen. ESC returns to main menu. "
- set textColor = color[white on black]
-
- #
- # Actions
- #
- getkey
- clear
- if ($lastKey == key[f1]); then isolinux memdisk initrd=/images/freedos.img ubcdcmd=lucifer
- if ($lastKey == key[f2]); then memdisk /images/cpuburn.igz
- if ($lastKey == key[f3]); then memdisk /images/mprime.igz
- if ($lastKey == key[f4]); then memdisk /images/memtest.igz
- if ($lastKey == key[f5]); then memdisk /images/memtestp.igz
- if ($lastKey == key[f6]); then diskemu /images/windiag.img ## Won't boot using memdisk
- if ($lastKey == key[f7]); then isolinux memdisk initrd=/images/freedos.img ubcdcmd=ctram
- if ($lastKey == key[f8]); then memdisk /images/docmem1.igz
- if ($lastKey == key[f9]); then memdisk /images/docmem2.igz
- if ($lastKey == key[1]); then memdisk /images/tm4.igz
- if ($lastKey == key[2]); then isolinux memdisk initrd=/images/freedos.img ubcdcmd=parallel
- if ($lastKey == key[3]); then isolinux memdisk initrd=/images/freedos.img ubcdcmd=atapicd
- if ($lastKey == key[4]); then memdisk /images/tfttest.igz
- if ($lastKey == key[right]); then script mboard2.scn
- if ($lastKey == key[esc]); then script main.scn
- goto mainboard_menu
-